Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Z 

I

importDocument(String) - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
Opens an "Import" dialog to ask the user to select which file to import, then the method tries to import it (.CSV and .HTML extensions available).
importDocument(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
Opens an "Import" dialog to ask the user to select which file to import, then the method tries to import it (.CSV and .HTML extensions available).
infixToPostfix(String[]) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
Converts the passed expression from infix notation to Reverse Polish Notation (also known as postfix notation) using the shunting-yard algorithm, invented by Edsger Dijkstra.
infoManager - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
The InfoManager used by the Controller to manage all the operations associated with the MenuAreaButton buttons in the application tab menu that are connected to the application in general (information about the system and global settings).
InfoManager - Class in unipi.bpm.elm.santeramo.controller
This class defines the behaviour of all the MenuAreaButton buttons in the application tab menu that are connected to the application in general (information about the system and global settings).
InfoManager(EventLogManagerController) - Constructor for class unipi.bpm.elm.santeramo.controller.InfoManager
Constructs a new InfoManager, with the EventLogManagerController passed as parameter associated to it.
infoTab - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
The JPanel that defines the third tab of the menu and contains all the buttons of the Info tab.
initGUI() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
Initialises the GUI by setting all its components.
insertUpdate(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
Gives notification that there was an insert into the document.
interleaveElements(ArrayList<String>, ArrayList<String>) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
This method implements the interleaving operation between two string sets where single elements are contained in two arrays.
interleaveSets(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
This method implements the interleaving operation between two string sets where single elements are divided inside the string by spaces.
interleaving(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
This method implements the interleaving between two parts of the expression, that are composed by sets of strings connected together by the + sign and that contain single elements separated by spaces.
internalFrameActivated(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
Invoked when an internal frame is activated.
internalFrameClosed(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
Invoked when an internal frame has been closed.
internalFrameClosing(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
Invoked when an internal frame is in the process of being closed.
internalFrameDeiconified(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
Invoked when an internal frame is de-iconified.
internalFrameIconified(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
Invoked when an internal frame is iconified.
internalFrameNumber - Variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
This number counts how many JInternalFrame get opened during the current application session.
isAssociative(String, int) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
Returns true if the passed String is an operator and its associativity value is the same as the one passed has parameter, false if it is an operator but its associativity is different from the one passed has parameter.
isComplete() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
Returns true if the filter is FootprintFilter.complete, false otherwise.
isContentExported - Variable in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
Defines if the FootprintMatrixInfo.textArea content has been exported or not.
isContentExported() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
This method returns the boolean FootprintMatrixInfo.isContentExported variable value.
isContentModified - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
Defines if the EventLogEditor.textArea content has been modified or not.
isContentModified() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method returns the boolean value of the EventLogEditor.isContentModified variable, that specifies if the EventLogEditor.textArea content has been modified or not.
isContentValidated - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
Defines if the actual EventLogEditor.textArea content has been validated against the XSD schema of XES or not.
isContentValidated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method returns the boolean value of the EventLogEditor.isContentValidated variable, that specifies if the EventLogEditor.textArea content has been validated or not against the XSD schema of XES.
isDocumentValid() - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
This method returns the value of the AnalysisManager.ParserContentHandler.isValid variable.
isFootprintMatrixGenerated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method returns true if there is at least one footprint matrix inside the EventLogEditor.footprintMatrices list, false otherwise.
isOperator(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
Returns true if the passed String is an operator (defined in the operators map), false otherwise.
isValid - Variable in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
This variable records if an error occurred during the parsing or not.
isXesLogsGenerated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method returns true if there is a Collection of XLog generated for this editor content, false otherwise.
itemListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonMouseListener
This special ActionListener will be associated to every items of the pop-up menu created by the EventLogManagerController.RecentButtonMouseListener.mousePressed(MouseEvent) and will manage their corresponding action.
itemStateChanged(ItemEvent) - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
Invoked when an item has been selected or deselected by the user.
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links